Make sure we always include gdk-pixbuf in the gdk requires
authorMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jun 2010 11:56:32 +0000 (07:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 29 Jun 2010 11:57:40 +0000 (07:57 -0400)
This is needed since we include gdk-pixbuf.h in public gdk headers

configure.ac

index 70db346def3c8269cff99b4d52c28c968ff95adc..25e5d4e4a59776c96d917375667949158933b811 100644 (file)
@@ -1312,7 +1312,7 @@ GDK_DEP_CFLAGS="`$PKG_CONFIG --cflags  gthread-2.0 $GDK_PACKAGES` $GDK_EXTRA_CFL
 # into the pkg-config files
 #
 if test $enable_explicit_deps != yes ; then
-  GDK_PACKAGES="$PANGO_PACKAGES"
+  GDK_PACKAGES="$PANGO_PACKAGES gdk-pixbuf-2.0"
   GDK_EXTRA_LIBS=
 fi